home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / MEDIA / UPGRADE.SWF / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2004-11-19  |  267 b   |  13 lines

  1. _root.tipercent = MainProgress + "%";
  2. _root.testAnime.gotoAndStop(MainProgress);
  3. if(ShowSec)
  4. {
  5.    _root.anfpercent = SecProgress + "%";
  6.    _root.testAnime2.gotoAndStop(SecProgress);
  7. }
  8. else
  9. {
  10.    _root.anfpercent = "";
  11.    _root.testAnime2.gotoAndStop(1);
  12. }
  13.